home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / lang_oth / libry31a / readme < prev   
Text File  |  1987-03-31  |  2KB  |  41 lines

  1. Gentle User,
  2.  
  3. I have developed this FORTRAN library over a period of 10 years.  I have
  4. carefully checked out each procedure; however, one can never be sure.  I
  5. accept   no   liability  whatsoever  for  the  use  of   this   library.
  6.  
  7. This  library has been compiled into object modules from several  source
  8. codes  in  FORTRAN and assembler.  These object modules have  then  been
  9. concatenated  by the Microsoft library manager,  LIB into a library file
  10. which  can  be accessed by Mictosoft's LINK.
  11.  
  12. The  library is compatible with Microsoft's FORTRAN/V3.31 and V4.0  (the
  13. latter  is  a  recent  addition).  I have no  idea  what  other  FORTRAN
  14. compilers it may be compatible with.
  15.  
  16. In  order  to  use this with Microsoft's FORTRAN/V4.0 you  must  specify
  17. V3.31  compatibility  at the time of setup.  You must also  specify  the
  18. runtime  switch for floating-point emulation calls (/FPc).  You must NOT
  19. specify the runtime switch for V3.2 compatibility (/Gr). You can specify
  20. the runtime switch for full optimization (/Ox).
  21.  
  22. Along with the .LIB file I have included a manual (*.DOC).  To print the
  23. manual on a STAR SG-10/15 or compatible printer enter
  24.  
  25.      PSTAR LIBRY.DOC
  26.  
  27. If you don't have a STAR printer, you'll just have to make do... You can
  28. dump it to the printer by:
  29.  
  30.      COPY *.DOC PRN
  31.  
  32. The file include (.ad) and new page (.pa) is like PC-WRITE,  so maybe it
  33. will print it for you.  At any rate,  it's all there and the worst thing
  34. to   happen  will  be  that  the  page  breaks  don't  come  out  right.
  35.  
  36.                                                      Dudley J. Benton
  37.                                                      TVA Engineering Lab
  38.                                                      P.O. Drawer E
  39.                                                      Norris, TN 37828
  40.                                                      615-632-1887
  41.